@charset "utf-8";

/* 这个css是初始化的css，在任何项目里面都可以使用 */
/* 禁用iPhone中Safari的字号自动调整 */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 解决IOS默认滑动很卡的情况 */
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: scroll;
}

body {
  --header_h: 6.25rem;
  --container: 14.8125rem;
  outline: none;
  font-weight: 500;
}

.p_top {
  position: absolute;
  top: -6.25rem;
}

.bg {
  background: #0079C2;
}

.c {
  color: #0079C2;
}

.phone_show_990,
.phone_show_767 {
  display: none;
}

.pagination {
  display: flex;
  padding-left: 0;
  margin: 1.25rem 0;
  border-radius: 0.25rem;
  justify-content: center;
}

.pagination>li {
  margin: 0 0.3125rem;
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  border: 1px solid #DBDBDB;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 600;
}

.pagination>li:hover {
  background: #0079C2;
  color: #fff;
  text-align: center;
}

.pagination>li:hover a {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 3.125rem;
}

.pagination>li.active {
  background: #0079C2;
  color: #fff;
}

.pagination>li.active a {
  color: #fff;
}

.pagination>li.disabled:hover {
  color: #333;
  background: #FFF;
}

.grid2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.grid3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid4 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.gap15 {
  gap: 0.9375rem;
}

.gap20 {
  gap: 1.25rem;
}

.gap30 {
  gap: 1.875rem;
}

.gap40 {
  gap: 2.5rem;
}

.gap50 {
  gap: 3.125rem;
}

.foot-fot {
  background: #2D3333;
  display: none;
}

.foot-fot .foota2 {
  font-size: 1rem;
  color: #fff;
}

.foot-fot .foota2 a {
  font-size: 1rem;
  color: #fff;
}

/* 禁止缩放表单 */
input[type="submit"],
input[type="reset"],
input[type="button"],
input {
  resize: none;
  border: none;
}

img {
  max-width: 100%;
  height: auto;
  width: auto;
  /* ie8 */
  -ms-interpolation-mode: bicubic;
  /*为了照顾ie图片缩放失真*/
}

.search_more {
  margin-top: 1.25rem;
  font-size: 1rem;
  color: #444;
  position: relative;
  display: inline-block;
}

.search_more:hover {
  color: #0079C2;
}

.search_more:hover::before {
  background: #0079C2;
}

.search_more::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #E5E5E5;
}

.line1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.line2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.line3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.line4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.trans {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.er-ul {
  position: absolute;
  width: 15rem;
  left: 50%;
  box-shadow: 0 0 0.125rem rgba(0, 0, 0, 0.1);
  right: 0;
  top: 100%;
  z-index: 999;
  background: #fff;
  transition: 400ms ease-in-out;
  transform: scaleY(0) translateX(-50%);
  transform-origin: top center;
  opacity: 0;
  border-radius: 0 0 0.5rem 0.5rem;
}

.er-ul li {
  line-height: 2.25rem;
  text-align: center;
  font-size: 0.875rem;
}

.er-ul li:hover a {
  color: #0079C2 !important;
}

.er-ul li:hover .er-ul {
  transform: scaleY(1) translateX(-50%);
  opacity: 1;
}

.er-ul li:nth-child(1) {
  padding-top: 0.625rem;
}

.er-ul li:last-child {
  padding-bottom: 0.625rem;
}

header .center>ul>li:hover .er-ul {
  transform: scaleY(1) translateX(-50%);
  opacity: 1;
}

header .nav_ul>li:hover .er-ul {
  transform: none;
  opacity: 1;
}

.logo_phone img {
  width: 7.5rem;
}

.cf {
  color: #fff !important;
}

.c0 {
  color: #000 !important;
}

.phone_weibu {
  background: #0A0A0A;
  display: none;
}

.phone_weibu .mobMenu>li>a {
  font-size: 14px;
  padding: 10px 0;
  color: #fff;
}

.phone_weibu .mobMenu>li {
  border-bottom: #424245 1px solid;
}

.phone_weibu .mobMenu>li>.subDepth>li>a {
  font-size: 1em;
  color: #9a9797;
  line-height: 28px;
}

.phone_weibu .mobMenu>li>a::before {
  background-color: #fff;
}

.phone_weibu .mobMenu>li>a::after {
  background-color: #fff;
}

.phone_weibu .mobMenu>li>.subDepth {
  display: none;
}

body {
  --container: 14.8125rem;
}

@media (max-width: 1600px) {
  body {
    --container: 10rem;
  }
}

@media (max-width: 1440px) {
  body {
    --container: 8rem;
  }
}

@media (max-width: 1280px) {
  body {
    --container: 6rem;
  }
}

@media (max-width: 990px) {
  body {
    --container: 15px;
  }
}

.container {
  padding: 0 var(--container);
  width: 100%;
  max-width: 100%;
}

.container.container_l {
  padding: 0 0 0 var(--container);
}

.container.container_r {
  padding: 0 var(--container) 0 0;
}

/* 搜索 */
.search {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  /* background: #000; */
  background: rgba(0, 0, 0, 0.85);
  z-index: 9999;
  display: none;
}

.search-box {
  width: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 25%;
}

.inp {
  width: 100%;
  height: 6.25rem;
  background: none;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.7);
}

.inp::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.bu {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  color: rgba(255, 255, 255, 0.7);
  background: none;
  border: none;
  z-index: 9999;
}

.bu .iconfont {
  font-size: 3.125rem;
}

.search-con {
  position: absolute;
  right: 7%;
  top: 7%;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
}

.search-con .iconfont {
  font-size: 2.125rem;
  font-weight: 100;
}

.ds {
  cursor: pointer;
}

.fenxiang .flex {
  justify-content: flex-start;
}

.fenxiang .social-share li {
  float: left;
  margin-right: 1.25rem;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.375rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  text-align: center;
}

.fenxiang .social-share li a {
  margin: 0 !important;
  width: 100%;
  height: 100%;
  line-height: 2.375rem;
  color: rgba(0, 0, 0, 0.5) !important;
  border: none !important;
  font-size: 1rem;
}

.serbtn {
  background: #0079C2;
}

.searchbox {
  border-color: #0079C2;
}

@media (max-width: 990px) {
  body {
    padding-bottom: 0;
    overflow: hidden;
  }
}

@media (max-width: 990px) {
  .pc-hidden {
    display: none;
  }

  .pc_show_990 {
    display: none;
  }

  .phone_show_990 {
    display: block;
  }
}

.m-hidden {
  display: none;
}

@media (max-width: 990px) {
  .m-hidden {
    display: block;
  }
}

.foot1-m {
  display: none;
  width: 100%;
  position: relative;
  z-index: 1;
}

/*手机底部*/
@media (max-width: 990px) {
  .foot1-m {
    display: block;
  }
}

/*手机端头部*/
.m-bm-head {
  position: fixed;
  top: 0;
  z-index: 999999;
  left: 0;
  right: 0;
  background: #000;
}

.m-bm-head .m-bm-head-box {
  position: relative;
  height: 60px;
}

.m-bm-head .m-bm-head-box .m-bm-logo {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto 4%;
  max-width: 100%;
  height: 34px;
}

.m-bm-head .m-bm-head-box .m-bm-logo h1,
.m-bm-head .m-bm-head-box .m-bm-logo a {
  display: inline;
  font-size: 0;
}

.m-bm-head .m-bm-head-box .m-bm-logo img {
  height: 40px;
  width: 120px;
}

.m-bm-head .m-bm-head-box .m-bm-navbtn {
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 4% auto 0;
  width: 20px;
  height: 15px;
}

.m-bm-head .m-bm-head-box .m-bm-navbtn span,
.m-bm-head .m-bm-head-box .m-bm-navbtn:after,
.m-bm-head .m-bm-head-box .m-bm-navbtn:before {
  display: block;
  height: 1.5px;
  width: 100%;
  background: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.m-bm-head .m-bm-head-box .m-bm-navbtn span {
  margin: 4.5px 0;
}

.m-bm-head .m-bm-head-box .m-bm-navbtn:after,
.m-bm-head .m-bm-head-box .m-bm-navbtn:before {
  content: '';
  -webkit-transform-origin: 7.5%;
  -moz-transform-origin: 7.5%;
  -ms-transform-origin: 7.5%;
  -o-transform-origin: 7.5%;
  transform-origin: 7.5%;
}

.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked span {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
}

.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.m-bm-head .phone_lanu {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 65px;
}

.m-bm-head .m-bm-menu {
  display: none;
  position: absolute;
  z-index: 9999;
  left: 0;
  right: 0;
  height: 100vh;
  background: #050505;
}

.m-bm-head .m-bm-menu .m-bm-menu-box {
  height: -webkit-calc(40vh);
  height: -moz-calc(40vh);
  height: calc(100vh - 60px);
  overflow: auto;
  padding-bottom: 80px;
}

.m-bm-head .mrhgxt {
  color: #fff;
  font: 500 1.125rem/60px;
  margin-left: 63%;
  position: relative;
  z-index: 9;
}

.m-bm-head .mrhgxt i {
  font-size: 1.125rem;
  margin-right: 0.25em;
}

.m-bm-nav .aniut.aniut_son {
  height: 35px;
  line-height: 35px;
}

.m-bm-nav>li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}

.m-bm-nav>li>a {
  display: block;
  line-height: 50px;
  font-size: 14px;
  color: #fff;
  padding: 0 4%;
  font-weight: 600;
}

.m-bm-nav>li>a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
  font-weight: 500;
}

.m-bm-nav>li .sec {
  display: none;
  padding: 10px 15px 10px 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.m-bm-nav>li .sec a {
  display: block;
  font-size: 12px;
  color: #fff;
  line-height: 35px;
}

.m-bm-nav>li .sec a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
}

.m-bm-nav>li .aniut {
  position: absolute;
  width: 40px;
  height: 50px;
  line-height: 50px;
  right: 2%;
  top: 0;
  text-align: center;
  z-index: 9;
}

.m-bm-nav>li .aniut i {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #fff;
}

.m-bm-head.white {
  background: #fff;
}

.m-bm-head.white .m-bm-head-box .m-bm-navbtn span,
.m-bm-head.white .m-bm-head-box .m-bm-navbtn:after,
.m-bm-head.white .m-bm-head-box .m-bm-navbtn:before {
  background: #000;
}

.m-bm-head.white .m-bm-menu {
  background: #fff;
}

.m-bm-head.white .m-bm-nav>li,
.m-bm-head.white .m-bm-nav>li .sec {
  border-color: rgba(51, 51, 51, 0.1);
}

.m-bm-head.white .m-bm-nav>li>a,
.m-bm-head.white .m-bm-nav .aniut i,
.m-bm-head.white .m-bm-nav>li .sec a,
.m-bm-head.white .mrhgxt {
  color: #000;
}

.ajhhsd {
  color: #777;
  font: 500 1rem/1.5em;
  padding: 1em 0;
}

.ajhhsd a {
  color: #777;
}

.ajhhsd a:hover {
  color: #0079C2;
}

.ajhhsd span {
  padding: 0 0.3em;
}

.ajhhsd span:last-child {
  display: none;
}

.xw_ny_banner {
  background: #333;
  -o-background-size: cover;
  background-size: cover;
  padding: 13.5rem 0 7.25rem;
}

.xw_ny_banner h2 {
  color: #FFFFFF;
  font: 600 3.125rem/1.2em;
}

@media (max-width: 990px) {
  .xw_ny_banner {
    padding: 7.25rem 0;
  }
}

@media (max-width: 768px) {
  .xw_ny_banner {
    padding: 4rem 0;
  }

  .xw_ny_banner h2 {
    font-size: 1.8rem;
  }
}

.ssy-sskaa {
  margin-bottom: 2rem;
}

.ssy-sskaa .searchsa form {
  width: 50%;
  border: 1px solid #999;
  padding: 0 1.5em;
  border-radius: 2rem;
  margin: 0 auto;
}

.ssy-sskaa .searchsa form input {
  width: 70%;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 4rem;
  background: transparent;
  color: #999;
}

.ssy-sskaa .searchsa form button {
  width: auto;
  outline: none;
  border: none;
  background: transparent;
}

.ssy-sskaa .searchsa form button i {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 4rem;
  color: #333;
}

@media (max-width: 768px) {
  .ssy-sskaa {
    margin-bottom: 1.5rem;
  }
}

@media (max-width: 767px) {
  .ssy-sskaa .searchsa form {
    width: 90%;
  }

  .pc_show_767 {
    display: none;
  }

  .phone_show_767 {
    display: block;
  }
}

@media (max-width: 768px) {
  .ssy-sskaa .searchsa form input {
    font-size: 1.125rem;
    line-height: 3rem;
  }
}

@media (max-width: 768px) {
  .ssy-sskaa .searchsa form button i {
    font-size: 1.35rem;
    line-height: 3rem;
  }
}

.sssjga {
  color: #333;
  font-weight: 200;
  font-size: 1.25rem;
  line-height: 1.5em;
  margin-bottom: 1em;
}

.ss-list li+li {
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .ss-list li+li {
    margin-top: 1rem;
  }
}

.ss-list li div.img {
  width: 25%;
}

.ss-list li div.img a.img {
  display: block;
  border: 1px solid #f2f2f2;
}

.ss-list li .xw-nycont {
  width: 72%;
}

.ss-list li .xw-nycont h2 a {
  display: block;
  color: #656363;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.35em;
  overflow: hidden;
  margin-bottom: 0.2em;
}

.ss-list li .xw-nycont.w100 {
  width: 100%;
}

@media (max-width: 768px) {
  .ss-list li div.img {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .ss-list li .xw-nycont {
    width: 100%;
    margin-top: 1.2em;
  }
}

@media (max-width: 768px) {
  .ss-list li .xw-nycont h2 a {
    font-size: 1.125rem;
  }
}

.ss-list li .xw-nycont span {
  color: #0079C2;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5em;
}

.ss-list li .xw-nycont .datea {
  color: #999999;
  font-weight: 500;
  font-size: 0.95rem;
  line-height: 1.5em;
}

.ss-list li .xw-nycont .p {
  color: #999999;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5em;
  margin-top: 0.5em;
}

.ss-list li .xw-nycont a.more-msl {
  margin-top: 1em;
}

@media (max-width: 990px) {
  body {
    padding: 60px 0 0 !important;
  }
}

/* end */
.list_website ul li {
  padding: 1.875rem 0;
  border-bottom: 1px solid #ddd;
}

.list_website ul li:first-child {
  padding-top: 0;
}

.list_website ul li .top {
  font-size: 1.375rem;
  line-height: 1.875rem;
  margin-bottom: 0.625rem;
  font-weight: 600;
}

.list_website ul li .bot {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #717171;
  margin-right: 1.25rem;
}

@media (max-width: 1600px) {

  body,
  html {
    font-size: calc(100vw / 110);
  }

  .container {
    padding: 0 var(--container);
  }
}

@media (max-width: 1440px) {

  body,
  html {
    font-size: calc(100vw / 100);
  }

  .container {
    padding: 0 var(--container);
  }
}

@media (max-width: 1366px) {

  body,
  html {
    font-size: calc(100vw / 95);
  }
}

@media (max-width: 1280px) {

  body,
  html {
    font-size: calc(100vw / 90);
  }
}

@media (max-width: 990px) {

  body,
  html {
    font-size: 14px;
  }

  .container {
    padding: 0 var(--container);
  }
}

@media (max-width: 767px) {
  .container {
    padding: 0 var(--container);
  }
}

.phone {
  line-height: 60px;
  padding: 0 30px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  background: #000;
}

.phone.white {
  background: #fff;
}

.phone.white .left img {
  filter: brightness(0);
}

@media (max-width: 767px) {
  .phone {
    padding: 0 15px;
  }
}

.phone>.clearfix {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.phone.noLanuage .center {
  width: 60%;
  text-align: left;
  order: 1;
}

.phone.noLanuage .left {
  width: 40%;
  text-align: right;
  order: 2;
}

.phone.noLanuage .right {
  display: none;
}

.phone .left {
  width: 10%;
  text-align: right;
}

.phone .left img {
  height: 22px;
}

.phone .right {
  width: 40%;
  text-align: left;
}

.phone .right span {
  width: 1px;
  height: 10px;
  background: #1D1D1F;
  display: inline-block;
  margin: 0 5px;
  position: relative;
  top: 1px;
}

.phone .right a {
  font-weight: bold;
  font-size: 12px;
  color: #A7A7A8;
}

.phone .right a.c {
  color: #1D1D1F;
}

.phone .center {
  width: 80%;
  margin: 0 auto;
}

.phone .center img {
  height: 40px;
  width: 120px;
}

.sjj_nav {
  position: fixed;
  z-index: 9999;
  background: #1D1D1F;
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 40px;
  top: 0;
  left: -100%;
  overflow: auto;
  overflow-x: hidden;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.nav_show {
  left: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.sjj_nav>ul>li:first-child {
  overflow: hidden;
  border-top: 0;
}

.sjj_nav>ul>li:first-child>a {
  width: 60%;
}

.sjj_nav>ul>li:first-child .language {
  width: 100%;
  overflow: hidden;
  line-height: 30px;
  margin-top: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}

.sjj_nav>ul>li:first-child .language a {
  width: 25%;
  float: left;
  border-left: 1px #ddd solid;
  text-align: center;
  color: #999;
  display: inline-block;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.sjj_nav>ul>li:first-child .language a.active {
  background: #0079C2;
  color: #fff !important;
}

.sjj_nav>ul>li:first-child .language a:last-child {
  border-right: 1px #ddd solid;
}

.sjj_nav ul li .sjj_nav_i_se svg {
  transform: rotate(0deg);
}

.sjj_nav ul li {
  position: relative;
  line-height: 40px;
  font-size: 14px;
}

.sjj_nav>ul>li:last-child {
  border-bottom: 1px #ddd solid;
}

.sjj_nav ul li ul {
  display: none;
}

.sjj_nav ul li i svg {
  width: 20px;
  height: 20px;
  fill: #555;
}

.sjj_nav ul li .sjj_nav_i_se svg {
  fill: #0079C2;
}

.sjj_nav ul li ul li>ul {
  margin-left: 10px;
}

.sjj_nav .top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #1D1D1F;
}

.sjj_nav .top .ta img {
  height: 40px;
  filter: brightness(0) invert(0.8);
  width: 120px;
}

.sjj_nav .top .fr img {
  height: 22px;
}

.sjj_nav .bot {
  padding: 25px 40px 0;
  margin-top: 60px;
  height: calc(100% - 60px);
  overflow: scroll;
}

.sjj_nav .bot>li:first-child {
  margin-bottom: 34px;
}

.sjj_nav .bot>li:first-child input {
  padding-left: 28px;
  width: 100%;
  font-size: 14px;
  color: #a7a7a7;
  line-height: 35px;
  border: 1px solid #A7A7A8;
  background: transparent;
}

.sjj_nav .bot>li:first-child button {
  background: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 28px;
  height: 100%;
  border: none;
}

.sjj_nav .bot>li:first-child button .iconfont {
  position: static;
  text-align: center;
  color: #a7a7a7;
  font-size: 16px;
  padding: 0;
  border: none;
}

.sjj_nav .bot>li {
  font-size: 18px;
  line-height: 20px;
  color: #a7a7a7;
  border-bottom: none !important;
  margin-bottom: 30px;
}

.sjj_nav .bot>li>ul {
  padding-left: 1.25rem;
}

.sjj_nav .bot>li>div>a {
  width: calc(100% - 3.75rem);
}

.sjj_nav .bot>li>a {
  display: inline-block;
}

.sjj_nav .bot>li img {
  height: 30px;
}

.sjj_nav .bot>li .list .left {
  width: 100%;
  font-weight: bold;
  font-size: 16px;
  line-height: 40px;
  letter-spacing: 0.9px;
  color: #EBEBEC;
  float: left;
}

.sjj_nav .bot>li .list .left a {
  color: #EBEBEC;
}

.sjj_nav .bot>li .list .right.w100 {
  width: 100%;
  float: none;
  padding-bottom: 20px;
}

.sjj_nav .bot>li .list .right {
  width: 80%;
  float: right;
  font-size: 14px;
  color: #EBEBEC;
  line-height: 20px;
}

.sjj_nav .bot>li .list .right a {
  color: #EBEBEC;
  margin-bottom: 18px;
}

.sjj_nav .bot>li ul {
  margin-top: 20px;
}

.sjj_nav .bot>li>div {
  color: #a7a7a7;
  position: relative;
  padding-bottom: 8px;
  line-height: 1.875rem;
  display: flex;
  align-items: center;
}

.sjj_nav .bot>li>div>a {
  color: #a7a7a7;
}

.sjj_nav .bot>li>div .iconfont {
  width: 3.75rem;
  text-align: right;
  display: block;
  font-size: 1rem;
}

.sjj_nav .bot>li>a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  background: #a7a7a7;
}

.sjj_nav .bot>li:hover>a::before,
.sjj_nav .bot>li.active>a::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.sjj_nav .top .container {
  padding: 0 40px;
}

@media (max-width: 767px) {
  .sjj_nav .top .container {
    padding: 0 15px;
  }
}

.rightfix {
  bottom: 10%;
  top: auto;
  transform: translateY(0);
  right: 1.25rem;
  width: auto;
  box-shadow: none;
  border: none;
  background: transparent;
}

.rightfix li {
  cursor: pointer;
  width: 3.375rem;
  height: 3.375rem;
  border-radius: 50%;
  line-height: 3.375rem;
  padding: 0;
  border: none;
  background: transparent;
  margin-bottom: 1.25rem;
  position: relative;
  border: none !important;
}

.rightfix li .iconfont {
  font-size: 1.375rem;
  display: block;
  color: #fff;
  border-radius: 50%;
  background: #0074CA;
}

.rightfix li:hover .iconfont {
  background: #ffaa00;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.rightfix li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  background: #DEDDDD;
  width: 1.1875rem;
}

.rightfix li:last-child::before {
  display: none;
}

.rightfix li::before {
  display: none;
}

.fixright_li_last {
  display: none;
}

.right_div.img {
  min-width: 7.5rem !important;
}

.right_div.img img {
  height: 7.5rem;
  object-fit: contain;
}

@-webkit-keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@-moz-keyframes sticky {
  0% {
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    -moz-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@-o-keyframes sticky {
  0% {
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}

.fp-viewing-1 header {
  background: #fff;
}

.fp-viewing-1 header .center ul li a {
  color: #000;
}

.fp-viewing-1 header .center ul li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: #0079C2;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.fp-viewing-1 header .center ul li.active>a {
  color: #0079C2;
}

.fp-viewing-1 header .center ul li.active>a::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.fp-viewing-1 header .lanuage {
  color: #000;
}

.fp-viewing-1 header .lanuage i {
  color: #000;
}

.fp-viewing-1 header .lanuage a {
  color: #000;
}

.fp-viewing-1 header .ds1 .iconfont {
  color: #000;
}

.fp-viewing-1 header .ds1:hover {
  cursor: pointer;
}

.fp-viewing-1 header .logo img {
  filter: unset;
}

header {
  position: fixed;
  line-height: 6.25rem;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

header:hover,
header.active {
  background: #fff;
}

header:hover .center ul li a,
header.active .center ul li a {
  color: #000;
}

header:hover .center ul li a::before,
header.active .center ul li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: #0079C2;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

header:hover .center ul li.active>a,
header.active .center ul li.active>a {
  color: #0079C2;
}

header:hover .center ul li.active>a::before,
header.active .center ul li.active>a::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

header:hover .lanuage,
header.active .lanuage {
  color: #000;
}

header:hover .lanuage i,
header.active .lanuage i {
  color: #000;
}

header:hover .lanuage a,
header.active .lanuage a {
  color: #000;
}

header:hover .ds1 .iconfont,
header.active .ds1 .iconfont {
  color: #000;
}

header:hover .ds1:hover,
header.active .ds1:hover {
  cursor: pointer;
}

header:hover .logo img,
header.active .logo img {
  filter: unset;
}

header.active {
  animation: sticky 0.65s;
}

@media (max-width: 990px) {
  header {
    display: none;
  }
}

header .logo img {
  height: 1.875rem;
  filter: brightness(0) invert(1);
}

header .ds1 .iconfont {
  font-size: 1.75rem;
  display: block;
  font-weight: 500;
  color: #fff;
}

header .lanuage {
  margin-left: 3.125rem;
  display: block;
  font-size: 1.125rem;
  color: #fff;
  font-weight: 400;
}

header .lanuage .iconfont {
  font-size: 1.5rem;
  padding-right: 0.4375rem;
  color: #fff;
}

header .lanuage a {
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  color: #fff;
  font-weight: 400;
}

header .lanuage a.c {
  color: #0079C2;
}

header .center>ul>li {
  float: left;
  padding: 0 1.25rem;
}

header .center>ul>li>a {
  font-size: 1.125rem;
  color: #fff;
  position: relative;
}

header .center>ul>li>a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

header .center>ul>li:hover>a {
  color: #0079C2;
}

header .center>ul>li:hover>a::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

header .center>ul>li.active>a {
  color: #0079C2;
}

header .center>ul>li.active>a::before {
  width: 100%;
  background-color: #0079C2;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

footer {
  background: #29292A;
}

footer>.container {
  padding-top: 5rem;
  padding-bottom: 4.1875rem;
  background-color: #29292A;
}

footer>.container .left {
  color: #fff;
  width: 25%;
}

footer>.container .left .logo {
  height: 1.875rem;
}

footer>.container .left .foot-contact ul li {
  display: flex;
  /* align-items: center; */
  margin-top: 0.875rem;
}

footer>.container .left .logo_text {
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.6875rem;
  text-transform: uppercase;
}

footer>.container .left .foot-contact {
  font-size: 1rem;
  margin-top: 1.875rem;
}

footer>.container .left .foot-contact .icon {
  margin-right: 1rem;
  width: 1.25rem;
  height: 1.25rem;
}

footer>.container .left .foot-contact p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5625rem;
  /* 156.25% */
  text-transform: capitalize;
  flex: 1;
}

footer>.container .right {
  width: 68%;
  margin-left: 3.125rem;
}

footer>.container .right .footnav {
  display: flex;
  justify-content: space-between;
}

footer>.container .right .footnav li {
  flex: 1;
}

footer>.container .right .footnav .tt {
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 700;
}

footer>.container .right .footnav .subfootnav {
  margin-top: 1.25rem;
}

footer>.container .right .footnav .subfootnav .subfootli>a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
}

footer>.container .right .footnav .subfootnav .subfootli>a:hover {
  font-weight: 600;
}

footer .copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background-color: #29292A;
  color: rgba(255, 255, 255, 0.4);
  font-size: 1rem;
  font-weight: 400;
  line-height: 2rem;
  text-align: center;
  padding: 0.375rem 0;
}

footer .copyright a {
  color: rgba(255, 255, 255, 0.4);
}

footer .copyright p {
  color: rgba(255, 255, 255, 0.4);
}

footer .copyright .left span:nth-last-child(1) {
  display: none;
}

@-webkit-keyframes banscaleDraw {

  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }

  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    /*放大1.1倍*/
  }

  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  75% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes banscaleDraw {

  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }

  25% {
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    /*放大1.1倍*/
  }

  50% {
    -moz-transform: scale(1.2);
    transform: scale(1.2);
  }

  75% {
    -moz-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}

@-o-keyframes banscaleDraw {

  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -o-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }

  25% {
    -o-transform: scale(1.1);
    transform: scale(1.1);
    /*放大1.1倍*/
  }

  50% {
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

  75% {
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes banscaleDraw {

  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }

  25% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    /*放大1.1倍*/
  }

  50% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }

  75% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

.banner {
  width: 100%;
  height: 100%;
}

.banner .hover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.banner .hover .p1 {
  color: #FFF;
  font-size: 3rem;
  font-weight: 700;
}

.banner .hover .p2 {
  color: #FFF;
  font-size: 1.375rem;
  font-weight: 600;
  text-transform: uppercase;
}

.banner .hover .p3 {
  margin-top: 0.625rem;
  width: 35%;
  color: #FFF;
  text-align: justify;
  font-size: 1rem;
  line-height: 1.625rem;
}

.banner .hover .p3 ul li {
  position: relative;
  padding-left: 0.625rem;
}

.banner .hover .p3 ul li::before {
  content: '';
  display: block;
  width: 0.1875rem;
  height: 0.1875rem;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0.625rem;
}

.banner .hovertext3 {
  display: none;
}

.banner .swiper-container {
  width: 100%;
  height: 100%;
}

.banner .img {
  width: 100%;
  height: 100%;

}
.banner .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .img .pc_show {
  display: block;
}

.banner .img .m_show {
  display: none;
}

.banner .hover2 {
  position: absolute;
  right: 10%;
  bottom: 3.125rem;
}

.banner .hover2 .swiper-button-next,
.banner .hover2 .swiper-button-prev {
  background-color: unset;
  border: none;
}

.banner .hover2 .swiper-button-next i,
.banner .hover2 .swiper-button-prev i {
  color: #fff;
  font-size: 1rem;
}

.banner .hover2 .swiper-button-prev,
.banner .hover2 .swiper-container-rtl .swiper-button-next {
  left: -4.25rem;
}

.banner .swiper-slide.swiper-slide-active .img img {
  -webkit-animation-name: banscaleDraw;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 20s;
}

.banner .swiper-pagination {
  display: flex;
}

.banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}

.banner .swiper-pagination-bullet {
  width: 0.75rem;
  height: 0.75rem;
  margin-right: 0.625rem;
  border: 1px solid #fff;
  opacity: unset;
  background: unset;
}

.banner .scroll {
  position: absolute;
  left: 50%;
  bottom: 2.8125rem;
  transform: translateX(-50%);
  z-index: 9;
}

.banner .scroll::before {
  content: '';
  display: block;
  width: 1px;
  height: 3.125rem;
  background-color: #ffffff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -4.1875rem;
}

.banner .scroll::after {
  content: '';
  display: block;
  width: 0.625rem;
  height: 0.625rem;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: -3.75rem;
  animation: xiangxia 2s infinite;
}

@keyframes xiangxia {
  0% {
    transform: translate(-50%, 0);
  }

  50% {
    transform: translate(-50%, 1.875rem);
  }

  100% {
    transform: translate(-50%, 0);
  }
}

.swiper-pagination {
  display: flex;
}

.swiper-button-next,
.swiper-button-prev {
  width: 3.375rem;
  height: 3.375rem;
  flex-shrink: 0;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #b3b3b3;
  line-height: 3.375rem;
  text-align: center;
}

.swiper-button-next i,
.swiper-button-prev i {
  color: #000;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: -6.25rem;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: -6.25rem;
}

.swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.5);
  opacity: 1;
  background: unset;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #0079C2;
  border: unset;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.neibanner {
  position: relative;
}

.neibanner .neibanner_txt {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.neibanner .neibanner_txt h3 {
  color: #FFF;
  font-size: 3rem;
  font-weight: 700;
}

.neibanner .neibanner_txt p {
  color: #FFF;
  font-size: 1.375rem;
  font-weight: 600;
  text-transform: uppercase;
}

.neibanner .mbxdh {
  position: absolute;
  bottom: 1.875rem;
}

.neibanner .mbxdh .ajhhsd {
  color: #FFF;
  text-shadow: 0px 0px 1.875rem rgba(0, 0, 0, 0.25);
  font-size: 1rem;
  font-weight: 400;
}

.neibanner .mbxdh .ajhhsd a {
  color: #FFF;
  text-shadow: 0px 0px 1.875rem rgba(0, 0, 0, 0.25);
  font-size: 1rem;
  font-weight: 400;
}

.search-container {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 99999999;
  top: 0;
  left: 0;
  display: none;
}

.search-box {
  display: none;
  width: 40%;
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 0.625rem;
  box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.1);
}

.search-box input[type="text"] {
  padding: 1.5625rem;
  border: unset;
  border-radius: 1.25rem;
  width: 100%;
  outline: none;
}

.search-box button {
  background: unset;
  color: #999;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 1.875rem;
  top: 1.4375rem;
}

.search-box button i {
  font-size: 20px;
  color: #000;
  font-weight: 700;
}

.all_title h3 {
  color: rgba(0, 0, 0, 0.8);
  font-size: 3rem;
  font-weight: 700;
}

.all_title p {
  color: #0079C2;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.875rem;
  text-transform: uppercase;
}

.list_contact {
  padding-top: 6.75rem;
  padding-bottom: 6.25rem;
}

.list_contact .content {
  margin-top: 3.9375rem;
}

.list_contact .content .left {
  width: 45%;
  padding-right: 5rem;
}

.list_contact .content .left ul>li {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
}

.list_contact .content .left ul>li .title {
  color: rgba(0, 0, 0, 0.8);
  font-size: 2rem;
  font-weight: 700;
  padding-bottom: 1.875rem;
}

.list_contact .content .left ul>li.flex {
  padding-top: 2.4375rem;
  padding-bottom: 2rem;
}

.list_contact .content .left ul>li.flex .icon {
  width: 2rem;
  height: 2rem;
  display: table;
}

.list_contact .content .left ul>li.flex .icon i {
  font-size: 2rem;
  color: #0079C2;
  display: table-cell;
  vertical-align: middle;
}

.list_contact .content .left ul>li.flex .text {
  flex: 1;
  padding-left: 1.375rem;
}

.list_contact .content .left ul>li.flex .text p {
  color: rgba(0, 0, 0, 0.4);
  font-size: 1rem;
  font-weight: 700;
}

.list_contact .content .left ul>li.flex .text a {
  color: #1A1A1A;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2rem;
}

.list_contact .content .left ul>li.flex .text a.p1 {
  color: #1A1A1A;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
}

.list_contact .content .right {
  width: 55%;
}

.list_contact .content .right .map {
  border-radius: 1.25rem;
  overflow: hidden;
  height: 31.25rem;
}

.list_message {
  background: #F8F8F8;
  padding-top: 6.5rem;
  padding-bottom: 8.25rem;
}

.list_message .content {
  margin-top: 3.4375rem;
}

.list_message .content .msg-a1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.875rem;
}

.list_message .content .msg-a1 .inpt input {
  width: 100%;
  height: 3.75rem;
  border-radius: 0.625rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  padding-left: 0.625rem;
}

.list_message .content .msg-a3 {
  margin-top: 1.875rem;
}

.list_message .content .msg-a3 textarea {
  padding: 0.4375rem 0.5625rem;
  width: 100%;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
}

.list_message .content .div_aghgha button {
  border: none;
  width: 10rem;
  height: 3.5rem;
  border-radius: 1.875rem;
  background: #0081CC;
  color: #FFF;
  font-size: 1rem;
  font-weight: 500;
}

.list_message .content .div_aghgha button i {
  font-size: 1.125rem;
  color: #fff;
}

.yyhy_content {
  padding-bottom: 6.25rem;
}

.yyhy_content .yyhy_con {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 5.625rem 4.375rem;
}

.yyhy_content .yyhy_con .yyhy_item {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  padding-bottom: 2.0625rem;
}

.yyhy_content .yyhy_con .yyhy_item .text h3 {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.125rem;
  font-weight: 700;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.yyhy_content .yyhy_con .yyhy_item .text p {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1rem;
  line-height: 1.625rem;
  margin-top: 1.5rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.yyhy_content .yyhy_con .yyhy_item .text .time {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1rem;
  line-height: 1.875rem;
  margin-top: 1.8125rem;
}

.yyhy_content .yyhy_con .yyhy_item:hover .text h3 {
  color: #0079C2;
}

.news_show_box {
  padding-top: 7.1875rem;
  padding-bottom: 5.9375rem;
}

.news_show_box .left {
  padding-left: 0;
  padding-right: 1.25rem;
}

.news_show_box .left .title {
  margin-bottom: 1.5625rem;
}

.news_show_box .left .title h3 {
  color: #000;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 2.75rem;
}

.news_show_box .left .title .time {
  display: flex;
  align-items: center;
}

.news_show_box .left .title .time .fx>p {
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.75rem;
}

.news_show_box .left .title .time>p {
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.75rem;
}

.news_show_box .left .title .time>p span {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.75rem;
}

.news_show_box .left .title .time .social-share {
  display: flex;
}

.news_show_box .left .title .time .social-share li {
  width: 2.375rem;
  height: 2.375rem;
  text-align: center;
  line-height: 2.3125rem;
  margin-right: 0.625rem;
}

.news_show_box .left .title .time .social-share li a {
  width: 2.375rem;
  height: 2.375rem;
  display: block;
  border: unset;
  color: #D1D1D1;
  font-size: 1.0625rem;
  border-radius: 50%;
  border: 1px solid #D1D1D1;
  margin: unset;
  line-height: 2.1875rem;
}

.news_show_box .left .title .time .social-share li a i {
  font-size: 1.0625rem;
  color: #D1D1D1;
  line-height: 2.375rem;
}

.news_show_box .left .content {
  border-top: 1px solid #DBDBDB;
  border-bottom: 1px solid #DBDBDB;
  padding: 2.5rem 0 3.25rem;
  color: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  font-weight: 400;
  text-align: justify;
  line-height: 1.75rem;
}

.news_show_box .left .content table tr td {
  padding: 0.5rem;
}

.news_show_box .left .content img {
  width: 90%;
  border-radius: 1.25rem;
}

.news_show_box .left .content p {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
}

.news_show_box .left .shangxia p,
.news_show_box .left .shangxia a {
  color: #000;
  font-size: 1rem;
  line-height: 1.75rem;
  letter-spacing: 0.8px;
}

.news_show_box .right {
  padding-right: 0;
  padding-left: 4.6875rem;
  position: sticky;
  top: 6.25rem;
  height: 100%;
}

.news_show_box .right .title h3 {
  color: #000;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.75rem;
  letter-spacing: 0.0875rem;
}

.news_show_box .right ul {
  margin-top: 1.25rem;
}

.news_show_box .right ul li {
  padding: 1.875rem 0 1.25rem;
  border-bottom: 1px solid #DBDBDB;
}

.news_show_box .right ul li h3 {
  color: #000;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.75rem;
  margin-bottom: 0.875rem;
}

.news_show_box .right ul li p {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
  margin-bottom: 0.8125rem;
}

.news_show_box .right ul li .p1 {
  color: rgba(0, 0, 0, 0.6);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.75rem;
  margin-bottom: 0;
}

.news_show_box .right ul li:hover {
  cursor: pointer;
}

.news_show_box .right ul li:hover h3,
.news_show_box .right ul li:hover p {
  color: #0079C2;
}

.news_show_box .right ul li:hover .img .over img {
  transform: scale(1.1);
}

.list_download {
  padding-top: 5.25rem;
  padding-bottom: 6.5625rem;
  background: #F8F8F8;
}

.list_download .list_download_box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
}

.list_download .list_download_box .list_download_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 1.25rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.06);
  padding: 1.875rem 2.5rem 1.875rem 2rem;
}

.list_download .list_download_box .list_download_item .img {
  width: 12.9375rem;
  border-radius: 1.25rem;
  overflow: hidden;
}

.list_download .list_download_box .list_download_item .text {
  flex: 1;
  padding-left: 3.1875rem;
}

.list_download .list_download_box .list_download_item .text h3 {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1.6875rem;
}

.list_download .list_download_box .list_download_item .text p {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.6875rem;
}

.list_download .list_download_box .list_download_item .text p span {
  color: rgba(0, 0, 0, 0.9);
  font-weight: 400;
}

.list_download .list_download_box .list_download_item .text .btn {
  margin-top: 2.5rem;
  float: right;
  width: auto;
  height: 2.875rem;
  border-radius: 1.875rem;
  border: 1px solid rgba(0, 0, 0, 0.4);
  color: rgba(0, 0, 0, 0.9);
  font-size: 1rem;
  font-weight: 500;
  padding: 0 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_download .list_download_box .list_download_item .text .btn i {
  transform: rotate(180deg);
  margin-left: 0.5rem;
}

.list_download .list_download_box .list_download_item .text .btn:hover {
  background-color: #0079C2;
  color: #fff;
  border-color: #0079C2;
}

.list_service_one {
  padding-top: 5.1875rem;
}

.list_service_one .content {
  width: 100%;
  position: absolute;
  top: 7.625rem;
  left: 50%;
  transform: translateX(-50%);
}

.list_service_one .content .top_tit {
  display: flex;
  justify-content: center;
  align-items: center;
}

.list_service_one .content .top_tit .icon {
  width: 4.125rem;
  height: 4.125rem;
}

.list_service_one .content .top_tit .icon_i i {
  font-size: 4.125rem;
  color: #0079C2;
}

.list_service_one .content .top_tit .tit {
  padding-left: 1.6875rem;
  color: #000;
  font-size: 2.25rem;
  font-weight: 700;
}

.list_service_one .content .tel {
  text-align: center;
}

.list_service_one .content .tel a {
  text-align: center;
  color: #0079C2;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1;
}

.list_qa {
  background: #F3F3F3;
  padding-top: 7.125rem;
}

.list_qa .all_title h3,
.list_qa .all_title p {
  text-align: left;
}

.list_qa .content .faq_item {
  border-radius: 1.25rem;
  background: #FFF;
  overflow: hidden;
  padding: 2.25rem 2.5rem;
  margin-top: 2.5rem;
}

.list_qa .content .faq_item .title {
  cursor: pointer;
}

.list_qa .content .faq_item .title .left {
  color: #000;
  font-size: 1.375rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  flex: 1;
}

.list_qa .content .faq_item .title span {
  margin-right: 1.25rem;
  display: inline-block;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: #0079C2;
  color: #FFF;
  font-size: 1.375rem;
  font-weight: 700;
  text-align: center;
  line-height: 3rem;
}

.list_qa .content .faq_item .title .icon {
  cursor: pointer;
}

.list_qa .content .faq_item .title .icon i {
  font-size: 1.75rem;
  color: #000;
}

.list_qa .content .faq_item .desc {
  overflow: hidden;
  display: none;
}

.list_qa .content .faq_item .desc .descbox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.list_qa .content .faq_item .desc span {
  margin-right: 1.25rem;
  display: inline-block;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: #FFAA00;
  color: #FFF;
  font-size: 1.375rem;
  font-weight: 700;
  text-align: center;
  line-height: 3rem;
}

.list_qa .content .faq_item .desc .txt {
  flex: 1;
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
  /* 155.556% */
}

.channel_box {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
}

.channel_box .channel_grid {
  display: flex;
  justify-content: center;
  align-items: center;
}

.channel_box .channel_grid .channel_item {
  text-align: center;
  position: relative;
  padding: 0 2.5rem;
}

.channel_box .channel_grid .channel_item a {
  padding: 1.6875rem 0;
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.125rem;
  position: relative;
}

.channel_box .channel_grid .channel_item a::before {
  content: '';
  display: block;
  width: 0%;
  height: 2px;
  background-color: #0079C2;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.channel_box .channel_grid .channel_item:hover a,
.channel_box .channel_grid .channel_item.active a {
  color: #0079C2;
  font-weight: 700;
}

.channel_box .channel_grid .channel_item:hover a::before,
.channel_box .channel_grid .channel_item.active a::before {
  width: 100%;
}

.all_more {
  width: 10rem;
  height: 3.375rem;
  border-radius: 1.75rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  display: inline-block;
  position: relative;
  color: #000;
  font-size: 1rem;
  line-height: 3.375rem;
  text-align: center;
  z-index: 9;
}

.all_more i {
  margin-left: 0.3125rem;
  font-size: 0.875rem;
}

.all_more::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  background: #0079C2;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  border-radius: 1.875rem;
  z-index: -1;
}

.all_more:hover {
  border-color: #0079C2;
  color: #fff;
}

.all_more:hover span {
  background: #0079C2;
}

.all_more:hover span::before {
  opacity: 0.3;
  animation: fangda infinite 2s;
}

.all_more:hover::before {
  transform: scale(1);
}

.all_more2 {
  width: 10rem;
  height: 3.375rem;
  border-radius: 1.75rem;
  border: 1px solid #0079C2;
  display: inline-block;
  position: relative;
  color: #0079C2;
  font-size: 1rem;
  line-height: 3.375rem;
  text-align: center;
  z-index: 9;
}

.all_more2 i {
  margin-left: 0.3125rem;
  font-size: 0.875rem;
}

.all_more2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  background: #0079C2;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  border-radius: 1.875rem;
  z-index: -1;
}

.all_more2:hover {
  border-color: #0079C2;
  color: #fff;
}

.all_more2:hover span {
  background: #0079C2;
}

.all_more2:hover span::before {
  opacity: 0.3;
  animation: fangda infinite 2s;
}

.all_more2:hover::before {
  transform: scale(1);
}

.all_more3 {
  width: 10rem;
  height: 3.375rem;
  border-radius: 1.75rem;
  border: 1px solid rgba(255, 255, 255, 0.7);
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 1rem;
  line-height: 3.375rem;
  text-align: center;
  z-index: 9;
}

.all_more3 i {
  margin-left: 0.3125rem;
  font-size: 0.875rem;
}

.all_more3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  background: #0079C2;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  border-radius: 1.875rem;
  z-index: -1;
}

.all_more3:hover {
  border-color: #0079C2;
  color: #fff;
}

.all_more3:hover span {
  background: #0079C2;
}

.all_more3:hover span::before {
  opacity: 0.3;
  animation: fangda infinite 2s;
}

.all_more3:hover::before {
  transform: scale(1);
}

.list_product {
  background: #F8F8F8;
}

.list_product .list_product_box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
}

.list_product .list_product_box .list_product_item {
  border-radius: 1.25rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  padding: 3rem 2.0625rem 1.5625rem 2.4375rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_product .list_product_box .list_product_item a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.list_product .list_product_box .list_product_item a .over {
  width: 50%;
  padding-right: 5rem;
}

.list_product .list_product_box .list_product_item a .text {
  width: 50%;
}

.list_product .list_product_box .list_product_item a .text h3 {
  color: #0079C2;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.5;
  text-transform: capitalize;
}

.list_product .list_product_box .list_product_item a .text p {
  margin-top: 1rem;
  color: rgba(0, 0, 0, 0.7);
  font-size: 1rem;
  line-height: 1.5rem;
}

.list_product .list_product_box .list_product_item:hover {
  padding: 2.9375rem 2rem 1.5rem 2.375rem;
  border-radius: 1.25rem;
  border: 2px solid #0079C2;
  background: #FFF;
  box-shadow: 0px 4px 25px 0px rgba(0, 121, 194, 0.1);
}

.list_product .list_product_box .list_product_item:hover a .all_more {
  border-color: #0079C2;
  color: #fff;
}

.list_product .list_product_box .list_product_item:hover a .all_more span {
  background: #0079C2;
}

.list_product .list_product_box .list_product_item:hover a .all_more span::before {
  opacity: 0.3;
  animation: fangda infinite 2s;
}

.list_product .list_product_box .list_product_item:hover a .all_more::before {
  transform: scale(1);
}

.show_product_one .left {
  width: 55%;
  padding-right: 10rem;
}

.show_product_one .left .tit {
  color: rgba(0, 0, 0, 0.8);
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
  text-transform: capitalize;
}

.show_product_one .left .desc {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1rem;
  line-height: 2rem;
}

.show_product_one .left .flex_group .xz {
  width: auto;
  padding: 0 1.25rem;
}

.show_product_one .left .flex_group .xz i {
  display: inline-block;
  transform: rotate(180deg);
  font-weight: 600;
}

.show_product_one .right {
  width: 42%;
}

.show_product_one .right .swiper_moreimg {
  position: relative;
  overflow: hidden;
}

.show_product_one .right .swiper_moreimg .swiper-pagination {
  justify-content: center;
  bottom: 1.875rem;
}

.show_product_one .right .over {
  border-radius: 1.25rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  text-align: center;
  padding: 2.3125rem 7.5rem;
}

.show_product_two {
  background: #F8F8F8;
  padding-top: 7.125rem;
  padding-bottom: 7.125rem;
}

.show_product_two .row {
  align-items: center;
}

.show_product_two .all_title h3,
.show_product_two .all_title p {
  text-align: left;
}

.show_product_two .right {
  padding: 0;
}

.show_product_two .right ul li {
  position: relative;
  padding-left: 2.3125rem;
  color: rgba(0, 0, 0, 0.7);
  font-size: 1.5rem;
  line-height: 4.125rem;
}

.show_product_two .right ul li::before {
  content: '';
  display: block;
  width: 0.3125rem;
  height: 0.3125rem;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  position: absolute;
  left: 0.625rem;
  top: 1.875rem;
}

.about_one {
  padding-bottom: 6.25rem;
}

.about_one .left {
  padding-right: 4.375rem;
}

.about_one .left .all_title h3,
.about_one .left .all_title p {
  text-align: left;
}

.about_one .left .desc {
  margin-top: 2.0625rem;
  color: rgba(0, 0, 0, 0.7);
  text-align: justify;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
  font-family: 'sourcehansans';
  /* 162.5% */
}

.about_one .right .about_image_box .over {
  border-radius: 1.25rem;
}

.about_one .about_data {
  padding-top: 3rem;
}

.about_one .about_data ul {
  display: flex;
  align-items: center;
}

.about_one .about_data ul li {
  width: 50%;
}

.about_one .about_data ul li h3 span {
  color: #0079C2;
  font-size: 3.75rem;
  font-weight: 700;
}

.about_one .about_data ul li h3 sup {
  color: #0079C2;
  font-size: 1.5rem;
  font-weight: 800;
}

.about_one .about_data ul li h3 sub {
  color: #0079C2;
  font-size: 1.375rem;
  font-weight: 800;
}

.about_one .about_data ul li p {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.list_about_two {
  background-size: cover;
  padding-top: 7.5rem;
  padding-bottom: 12.5rem;
}

.list_about_two .all_title h3,
.list_about_two .all_title p {
  color: #fff;
}

.list_about_two .content .culture_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 13.875rem;
}

.list_about_two .content .culture_list .sulture_item {
  position: relative;
  width: 14.8125rem;
  height: 14.8125rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.9);
  margin: 0 auto;
}

.list_about_two .content .culture_list .sulture_item .txt {
  width: calc(100% - 1.875rem);
  height: calc(100% - 1.875rem);
  border: 1px dashed #0079C2;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_about_two .content .culture_list .sulture_item .txt .icon {
  width: 5rem;
  height: 5rem;
  margin: 0 auto;
}

.list_about_two .content .culture_list .sulture_item .txt .icon img {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_about_two .content .culture_list .sulture_item .txt h3 {
  margin-top: 0.9375rem;
  color: rgba(0, 0, 0, 0.9);
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
}

.list_about_two .content .culture_list .sulture_item:hover,
.list_about_two .content .culture_list .sulture_item.active {
  background-color: #0079C2;
}

.list_about_two .content .culture_list .sulture_item:hover .txt,
.list_about_two .content .culture_list .sulture_item.active .txt {
  border-color: #fff;
}

.list_about_two .content .culture_list .sulture_item:hover .txt h3,
.list_about_two .content .culture_list .sulture_item.active .txt h3 {
  color: #fff;
}

.list_about_two .content .culture_list .sulture_item:hover .txt .icon img,
.list_about_two .content .culture_list .sulture_item.active .txt .icon img {
  filter: brightness(0) invert(1);
  transform: rotateY(180deg);
}

.list_about_two .content .culture_list .sulture_item:hover img,
.list_about_two .content .culture_list .sulture_item.active img {
  width: 100%;
  height: 100%;
  animation: spin360 20s linear infinite;
  /* 5秒内完成一次旋转，线性过渡，无限循环 */
}

.list_about_two .content .desc_con {
  width: 80%;
  margin: 6.25rem auto 0;
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans SC";
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 44px;
  display: none;
}

.list_about_two .content .desc_con.active {
  display: block;
}

.index_six {
  padding-top: 7.1875rem;
}

.index_six .content .swiper_partners {
  position: relative;
  overflow: hidden;
  margin: 0 -1.25rem;
  padding-bottom: 3.75rem;
}

.index_six .content .swiper_partners .swiper-slide {
  padding: 0.9375rem;
}

.index_six .content .swiper_partners .swiper-slide .partners_box {
  border-radius: 1.25rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #FFF;
}

.index_six .content .swiper_partners .swiper-slide .partners_box .over {
  border-radius: 1.25rem;
  height: 6.25rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.index_six .content .swiper_partners .swiper-slide .partners_box .over img {
  width: auto;
  max-height: 100%;
  object-fit: contain;
}

.index_six .content .swiper_partners .swiper-pagination {
  justify-content: center;
}

.list_about_three {
  background-size: cover;
  padding-top: 7.1875rem;
  padding-bottom: 10rem;
}

.list_about_three .content {
  margin-top: 3.75rem;
  overflow: hidden;
}

.list_about_three .content .swiper_btn {
  margin-top: 11.5625rem;
  position: relative;
  overflow: hidden;
  padding-top: 1.25rem;
}

.list_about_three .content .swiper_btn::after {
  content: "";
  position: absolute;
  width: 95%;
  left: 50%;
  top: 1.6875rem;
  transform: translateX(-50%);
  height: 1px;
  background: rgba(0, 0, 0, 0.2);
}

.list_about_three .content .swiper_btn .swiper_btn_li {
  text-align: center;
}

.list_about_three .content .swiper_btn .swiper_btn_li .yuan {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #9E9E9E;
  margin: 0 auto;
}

.list_about_three .content .swiper_btn .swiper_btn_li .text {
  margin-top: 1.375rem;
  color: #414141;
  font-size: 1.75rem;
  font-weight: 600;
  text-transform: capitalize;
}

.list_about_three .content .swiper_btn .swiper-slide-thumb-active .yuan {
  background-color: #0079C2;
  border: unset;
  position: relative;
}

.list_about_three .content .swiper_btn .swiper-slide-thumb-active .yuan::before {
  content: '';
  display: block;
  width: 1.75rem;
  height: 1.75rem;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.list_about_three .content .swiper_btn .swiper-slide-thumb-active .text {
  color: #0079C2;
}

.list_about_three .content .swiper_history {
  width: 60%;
  margin: 10rem auto 0;
}

.list_about_three .content .swiper_history .history_box {
  padding: 0 3.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.list_about_three .content .swiper_history .history_box .left h3 {
  color: #838383;
  font-size: 7.5rem;
  font-weight: 700;
  opacity: 0.15;
}

.list_about_three .content .swiper_history .history_box .right {
  flex: 1;
  padding-left: 3.0625rem;
}

.list_about_three .content .swiper_history .history_box .right h3 {
  color: #414141;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.125rem;
}

.list_about_three .content .swiper_history .history_box .right p {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1.25rem;
  line-height: 2rem;
  /* 160% */
}

.list_about_three .content .swiper_history .swiper-slide-active .history_box .left h3 {
  color: #0079C2;
  opacity: 1;
}

.list_about_three .content .swiper-button-next,
.list_about_three .content .swiper-button-prev {
  margin-top: -1rem;
  background-color: #fff;
  box-shadow: 0px 4px 25px 0px rgba(0, 121, 194, 0.1);
  border: none;
}

.list_about_three .content .swiper-button-next i,
.list_about_three .content .swiper-button-prev i {
  font-size: 1rem;
}

.list_about_three .content .swiper-button-prev,
.list_about_three .content .swiper-container-rtl .swiper-button-next {
  left: calc(var(--container) - 1.125rem);
  right: auto;
  top: 76%;
}

.list_about_three .content .swiper-button-next,
.list_about_three .content .swiper-container-rtl .swiper-button-prev {
  left: auto;
  right: calc(var(--container) - 1.125rem);
  top: 76%;
}

.list_about_three .content .history_ul .history_li {
  margin-top: 15px;
}

.list_about_three .content .history_ul .history_li h3 {
  font-size: 20px;
  font-weight: 600;
  color: #0079C2;
}

.list_about_three .content .history_ul .history_li p {
  font-size: 14px;
}

.list_about_four {
  padding-top: 7.1875rem;
  padding-bottom: 9.375rem;
  position: relative;
}

.list_about_four .bgtext {
  width: 100%;
  height: 17.5rem;
  line-height: 17.5rem;
  background-color: #0079C2;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.3);
  font-family: Roboto;
  font-size: 14.375rem;
  font-weight: 700;
  color: transparent;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
}

.list_about_four .row {
  align-items: center;
}

.list_about_four .left {
  padding-right: 10rem;
}

.list_about_four .left .desc {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1.25rem;
  line-height: 2rem;
}

.list_about_four .right {
  padding-left: 1.875rem;
}

.list_about_four .right .swiper_honor {
  position: relative;
  overflow: hidden;
  padding-bottom: 5rem;
}

.list_about_four .right .swiper_honor .swiper-pagination {
  justify-content: center;
}

.list_about_four .right .swiper_honor .swiper-pagination-bullet {
  border-color: #fff;
}

.list_about_four .right .swiper_honor .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}

.section2 {
  position: relative;
  padding-top: 3.125rem;
}

.section2::before {
  content: '';
  display: block;
  width: 100%;
  height: 19.75rem;
  background-color: #0079C2;
  position: absolute;
  bottom: 0;
}

.section2 .tab_ul .tab_li {
  padding: 0 1.875rem;
}

.section2 .tab_ul .tab_li a {
  color: rgba(0, 0, 0, 0.8);
  text-align: justify;
  font-size: 1.125rem;
  line-height: 2.25rem;
  position: relative;
  padding: 0.625rem 0;
}

.section2 .tab_ul .tab_li a::before {
  content: '';
  display: block;
  width: 0%;
  height: 2px;
  background-color: #0079C2;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.section2 .tab_ul .tab_li.active a,
.section2 .tab_ul .tab_li:hover a {
  color: #0079C2;
}

.section2 .tab_ul .tab_li.active a::before,
.section2 .tab_ul .tab_li:hover a::before {
  width: 100%;
  background-color: #0079C2;
}

.section2 .content {
  display: none;
}

.section2 .content.active {
  display: block;
}

.section2 .content .swiper_pro {
  position: relative;
  overflow: hidden;
  margin: 2.6875rem -1.25rem 0;
  padding-bottom: 6.875rem;
}

.section2 .content .swiper_pro .swiper-slide {
  padding: 0 1.25rem;
}

.section2 .content .swiper_pro .swiper-slide .index_probox {
  border-radius: 1.25rem;
  background: #F7F7F7;
}

.section2 .content .swiper_pro .swiper-slide .index_probox .over {
  padding: 3.375rem 6.25rem 0 4.6875rem;
  text-align: center;
}

.section2 .content .swiper_pro .swiper-slide .index_probox .text {
  padding: 0 1.875rem 2.6875rem 2.4375rem;
}

.section2 .content .swiper_pro .swiper-slide .index_probox .text h3 {
  color: #0079C2;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5rem;
  text-transform: capitalize;
}

.section2 .content .swiper_pro .swiper-slide .index_probox .text p {
  margin-top: 0.75rem;
  color: rgba(0, 0, 0, 0.7);
  font-size: 1rem;
  line-height: 1.5rem;
  /* 150% */
}

.section2 .content .swiper_pro .swiper-pagination {
  justify-content: center;
  bottom: 1.25rem;
}

.section2 .content .swiper_pro .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}

.section2 .content .swiper_pro .swiper-pagination-bullet {
  border: 1px solid #fff;
}

.section2 .content .swiper_pro .swiper-button-next,
.section2 .content .swiper_pro .swiper-button-prev {
  border: 1px solid #fff;
  background-color: unset;
}

.section2 .content .swiper_pro .swiper-button-next i,
.section2 .content .swiper_pro .swiper-button-prev i {
  color: #fff;
  font-size: 1rem;
}

.section2 .content .swiper_pro .swiper-button-prev,
.section2 .content .swiper_pro .swiper-container-rtl .swiper-button-next {
  left: 55%;
  top: unset;
  bottom: 0;
}

.section2 .content .swiper_pro .swiper-button-next,
.section2 .content .swiper_pro .swiper-container-rtl .swiper-button-prev {
  right: 55%;
  top: unset;
  bottom: 0;
}

.section3 {
  background-size: cover;
  background-attachment: fixed;
}

.section3 .left {
  padding-right: 6.1875rem;
}

.section3 .left .all_title h3,
.section3 .left .all_title p {
  color: #fff;
}

.section3 .left .desc {
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 500;
  padding-right: 5rem;
}

.section3 .left .numtext span:nth-child(1) {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.4);
  font-family: Inter;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 28px;
  color: transparent;
  writing-mode: vertical-rl;
}

.section3 .left .numtext span:nth-child(2) {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.4);
  font-family: Inter;
  font-size: 10rem;
  font-weight: 700;
  text-transform: capitalize;
  color: transparent;
}

.section3 .left .about_data {
  padding-top: 1.375rem;
}

.section3 .left .about_data ul li {
  flex: 1;
}

.section3 .left .about_data ul li h3 span {
  color: #fff;
  font-size: 3.75rem;
  font-weight: 700;
}

.section3 .left .about_data ul li h3 sup {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 800;
}

.section3 .left .about_data ul li h3 sub {
  color: #fff;
  font-size: 1.375rem;
  font-weight: 800;
}

.section3 .left .about_data ul li p {
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.section3 .right {
  padding: 0;
}

.section3 .right .index_about {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
}

.section3 .right .index_about .index_about_item {
  border-radius: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(7.5px);
  padding: 1.25rem 1.25rem 1.375rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.section3 .right .index_about .index_about_item .icon {
  width: 3.1875rem;
  height: 3.1875rem;
}

.section3 .right .index_about .index_about_item .text {
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.75rem;
  position: relative;
  padding-bottom: 0.4375rem;
}

.section3 .right .index_about .index_about_item .text::before {
  content: '';
  display: block;
  width: 2.0625rem;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}

.section3 .right .index_about .index_about_item:nth-child(even) {
  transform: translateY(7.9375rem);
}

.section3 .right .index_about .index_about_item:hover {
  border-radius: 1.25rem;
  border: 1px solid #07A2FF;
  background: rgba(0, 121, 194, 0.8);
  backdrop-filter: blur(7.5px);
}

.section4 {
  background-attachment: fixed;
  background-size: cover;
}

.section4 .content {
  width: 50%;
}

.section4 .all_title h3,
.section4 .all_title p {
  color: #fff;
}

.section4 .desc h3 {
  color: #FFF;
  font-size: 2.125rem;
  font-weight: 500;
}

.section4 .desc p {
  margin-top: 0.875rem;
  color: #FFF;
  font-size: 1.125rem;
}

.section4 ul {
  display: flex;
  align-items: center;
}

.section4 ul li {
  margin-right: 3.625rem;
}

.section4 ul li .icon {
  width: 6.25rem;
  height: 6.25rem;
  border-radius: 50%;
  border: 1px solid #FFF7F7;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.section4 ul li .icon img {
  width: 50%;
  height: 50%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.section4 ul li .text {
  padding-top: 0.4375rem;
  color: #FFF;
  text-align: center;
  font-size: 1.125rem;
}

.section4 ul li:hover .icon img {
  transform: rotateY(180deg);
}

.section5 {
  background-attachment: fixed;
}

.section5 .left {
  padding-top: 4.0625rem;
}

.section5 .all_title h3,
.section5 .all_title p {
  color: #fff;
}

.section5 .desc {
  color: #fff;
  font-size: 3rem;
  font-weight: 400;
}

.section5 .right .index_news .index_news_item {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
  padding: 2.4375rem 0 1.875rem;
}

.section5 .right .index_news .index_news_item .time h3 {
  color: #FFF;
  font-size: 3.375rem;
  font-weight: 500;
  line-height: 1.875rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.section5 .right .index_news .index_news_item .time p {
  color: #FFF;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.875rem;
  margin-top: 1.0625rem;
}

.section5 .right .index_news .index_news_item .text {
  flex: 1;
  padding-left: 3.5rem;
}

.section5 .right .index_news .index_news_item .text h3 {
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 700;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.section5 .right .index_news .index_news_item .text p {
  margin-top: 0.3125rem;
  color: #FFF;
  font-size: 1rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.section5 .right .index_news .index_news_item:nth-child(1) {
  border-top: 1px dashed rgba(255, 255, 255, 0.5);
}

.section5 .right .index_news .index_news_item:hover .text h3,
.section5 .right .index_news .index_news_item:hover .text p {
  color: #0079C2;
}

.section6 {
  padding-top: 4.625rem;
  padding-bottom: 4rem;
}

.section6 .swiper_indexcoop {
  position: relative;
  overflow: hidden;
  margin: 0 -0.6875rem;
  padding-bottom: 3.75rem;
}

.section6 .swiper_indexcoop .swiper-slide {
  padding: 0 0.6875rem;
}

.section6 .swiper_indexcoop .swiper-slide .partners_box {
  border-radius: 1.25rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #FFF;
  padding: 1.75rem 1.5625rem;
}

.section6 .swiper_indexcoop .swiper-pagination {
  justify-content: center;
}

.ryzz {
  display: none;
  width: 50%;
  padding: 0;
  border-radius: 1.875rem;
  box-shadow: 0px 0px 1.9375rem 0px rgba(0, 0, 0, 0.05);
}

.ryzz .dzb-a1 {
  margin-top: 2.375rem;
}

.ryzz .dzb-a1 .title {
  color: #0079C2;
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}

.ryzz .dzb-a1 .fome-dzb .weha1 {
  padding: 0 6.875rem;
}

.ryzz .dzb-a1 .fome-dzb .weha1 dl dd {
  width: 100%;
  margin-bottom: 2rem;
}

.ryzz .dzb-a1 .fome-dzb .weha1 dl dd input {
  width: 100%;
  height: 3.75rem;
  border-radius: 0.625rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  padding-left: 1.25rem;
}

.ryzz .dzb-a1 .fome-dzb .bottom {
  background-color: #f7f7f7;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 2.375rem 0;
  border-bottom-left-radius: 1.875rem;
  border-bottom-right-radius: 1.875rem;
}

.ryzz .dzb-a1 .fome-dzb .bottom .more-msl {
  cursor: pointer;
  width: 10rem;
  height: 3.375rem;
  line-height: 3.375rem;
  border-radius: 1.75rem;
  background: #0081CC;
  margin: 0 auto;
  color: #FFF;
  font-size: 1rem;
  font-weight: 700;
  border: none;
}